home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c-part1 / 3712 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  731 b 

  1. Path: airdmhor.gen.nz!not-for-mail
  2. From: gumboot@airdmhor.gen.nz (Simon Hosie)
  3. Newsgroups: comp.lang.c
  4. Subject: Re: command line argument help
  5. Date: 31 Jan 1996 06:56:31 +1300
  6. Organization: Airdmhor
  7. Message-ID: <4elm4f$c73@airdmhor.gen.nz>
  8. References: <4edfth$ok@muss.CIS.McMaster.CA> <4egi4nINNncr@keats.ugrad.cs.ubc.ca> <4eikbc$cs9@host-3.cyberhighway.net>
  9. NNTP-Posting-Host: localhost.gen.nz
  10. X-Newsreader: TIN [version 1.2 PL2]
  11.  
  12. mjellis@cyberhighway.net:
  13. > void main(int argc, char *argv[])
  14.   ^^^^
  15.   This intrigues me.. what compiler are you using to not get told off for
  16. that?  I'm using Watcom C, Borland C, and GCC.
  17.  
  18.   There are all these people out there compiling my "Something to play with"
  19. code and getting errors there.
  20.